From: Glenn Morris Date: Fri, 24 Aug 2007 17:09:30 +0000 (+0000) Subject: (makeinfo): Reduce requirement to 4.6. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~16969 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b0e239654a74a25c980a840c6905053171a11eee;p=emacs.git (makeinfo): Reduce requirement to 4.6. --- diff --git a/configure.in b/configure.in index fe23864c0a9..b4f8b07d7a6 100644 --- a/configure.in +++ b/configure.in @@ -1344,17 +1344,17 @@ dnl Don't use GZIP, which is used by gzip for additional parameters. AC_PATH_PROG(GZIP_PROG, gzip) -## Need makeinfo >= 4.8 (?) to build the manuals. +## Need makeinfo >= 4.6 (?) to build the manuals. AC_PATH_PROG(MAKEINFO, makeinfo, no) dnl By this stage, configure has already checked for egrep and set EGREP, dnl or exited with an error if no egrep was found. if test "$MAKEINFO" != "no" && \ - test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[[^0-9]]*([[5-9]]|4\.[[8-9]])'`" = x; then + test x"`$MAKEINFO --version 2> /dev/null | $EGREP 'texinfo[[^0-9]]*([[5-9]]|4\.[[6-9]])'`" = x; then MAKEINFO=no fi if test "$MAKEINFO" = "no"; then - AC_MSG_ERROR( [makeinfo >= 4.8 is required] ) + AC_MSG_ERROR( [makeinfo >= 4.6 is required] ) fi